.lightorange{
    background: #e2750d;
    color: white;
}

.lightblue{
    color: white;
}

.allproductA{
    background: #1345a2;
}

.wing1440{
    max-width: 1440px;
    margin: 0 auto;
}

.head-container{
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoimg{
	height: 80%;
	display: flex;
	align-items: center;
}

.logo-img{
	max-height: 100%;
}

.head-nav{
    height: 100%;
    display: flex;
    align-items: center;
}

.tel-span{
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

.tel-bottom{
    font-size: 36px;
    color: #e2750d;
    line-height: 1;
    font-weight: bold;
}

.head-position{
    width: 100%;
    height: 52px;
    background: #0c3582;
}

.head-crumb{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-li{
    height: 100%;
}

.head-product{
    height: 100%;
    display: flex;
    align-items: center;
}

.allproduct{
    height: 100%;
    position: relative;
}

.allproduct:hover .navAtwo{
	display: block;
}

.navAtwo{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 11;
	background: white;
	display: none;
	box-shadow: 0 5px 5px 1px rgba(225,225,225,0.5);
}

.navAtwo-li a{
	display: flex;
	justify-content: center;
	padding: 5px;
}

.navAtwo-li a:hover{
	background: #e2750d;
	color: white;
}

.headproduct-li{
    height: 100%;
}

.navA{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    color: white;
    transition: all 0.5s;
}

.navA:hover{
    background: #e2750d;
    color: white;
}

.allproductA img{
    margin-left: 8px;
}

.swiper1 .swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    display: inline-block;
    background: #000;
}

.swiper1 .swiper-pagination-bullet-active{
    opacity: 1;
    background: #007aff;
}

.swiper1 .swiper-pagination-bullets{
    width: auto;
    bottom: 50px;
    left: 11%;
}

.product{
    background: #f5f5f5;
    padding-top: 80px;
}

.product-top{
    text-align: center;
}

.product-name{
    font-size: 42px;
    color: #2d3540;
}

.product-subname{
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
}

.product-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.productnavA{
    display: flex;
    font-size: 16px;
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    padding: 8px 30px;
    cursor: pointer;
    border-radius: 5px;
}

.productnavA:hover{
    color: white;
}

.oranges{
    background: #e9424a;
    color: #fff;
}

.grays{
   background: #fff; 
   color: #666666;
}

.product-show{
    margin-top: 50px;
}

.productshow-ul{
    display: flex;
    flex-wrap: wrap;
}

.productshow-li{
    width: 33%;
    padding: 0 22.5px;
    margin-bottom: 40px;
    animation: scales 1s;
}

@keyframes scales{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.productshow-li:nth-child(3n){
    margin-right: 0;
}

.productimg{
    overflow: hidden;
}

.productimg img{
    width: 100%;
    transition: all 1s;
}

.product-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.product-word{
    font-size: 20px;
    color: #1d2736;
}

.jia{
    font-size: 36px;
    color: #999999;
    line-height: 1;
}

.productshow-li:hover .product-title{
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.productshow-li:hover .productimg img{
    transform: scale(1.2);
}

.productshow-li:hover .product-word{
    color: #e6252e;
}

.mores{
    text-align: center;
    padding-bottom: 68px;
}

.moreA{
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    padding: 0 35px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #6e6c60;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.moreA::after{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #e6212a;
    z-index: -1;
    transition: all 0.2s;
}

.moreA:hover{
    color: white;
    border: 1px solid #e6212a;
}

.moreA:hover:after{
    height: 100%;
}

.about{
    background: #edf2f5 !important;
    padding: 30px 0;
}

.about-container{
    display: flex;
    justify-content: center;
}

.about-left{
    width: 40%;
    animation: zj 1s;
}

@keyframes zj{
    0%{transform: translateX(-200px);opacity: 0;}
    100%{transform: translateX(0px);opacity: 1;}
}

.about-right{
    width: 40%;
    overflow: hidden;
    animation: yj 1s;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes yj{
    0%{transform: translateX(200px);opacity: 0;}
    100%{transform: translateX(0px);opacity: 1;}
}

.about-right img{
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
    height: 520px;
    width: 450px;
}

.about-right img:hover{
    transform: scale(1.1);
}

.about-name{
    position: relative;
    margin-top: -30px;
    font-size: 32px;
    color: #333;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.about-name::before{
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 30px;
    height: 5px;
    background-color: #ed4f1d;
}

.about-subname{
    font-size: 72px;
    color: #f8f8f8;
    line-height: 1;
    font-weight: bold;
}

.about-p{
    font-size: 18px;
    color: #006db4;
}

.about-content{
    font-size: 15px;
    color: #888;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.aboutpics{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.aboutpics-li{
	width: 32%;
}

.aboutpics-li img{
	max-width: 100%;
}

.moreB{
    position: relative;
    display: inline-block;
    width: 180px;
    height: 44px;
    background-color: #0c3582;
    padding-left: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    line-height: 44px;
    border-left: 6px solid #ed4f1d;
    z-index: 1;
}

.moreB::before{
    display: flex;
    width: 0;
    height: 100%;
    content: "";
    background: #ed4f1d;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: -1;
}

.moreB:hover::before{
    width: 100%;
}

.aboutapp-ul{
    display: flex;
    display: none;
}

.aboutapp-li{
    width: 50%;
    padding: 20px;
    padding-left: 0;
    overflow: hidden;
    height: 218px;
}

.aboutapp-li a{
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.aboutapp-li img{
    width: 100%;
    transition: all 1s;
}

.aboutapp-li img:hover{
    transform: scale(1.2);
}

.about-app{
    font-size: 24px;
    color: #333;
    margin-top: 75px;
    margin-bottom: 20px;
    display: none;
}

.new{
    padding: 85px 0;
}

.new-content{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.new-left{
    width: 100%;
}

.new-right{
    width: 48%;
    overflow: hidden;
    display: none;
}

.newA{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newli-left{
    width: 25%;
    overflow: hidden;
    display: none;
}

.new-li{
	width: 48%;
    margin-bottom: 30px;
}

.newli-left img{
    width: 100%;
    transition: all 1s;
    border: 1px solid #eee;
}

.newli-left img:hover{
    transform: scale(1.1);
}

.newli-right{
    flex: 1;
}

.new-title{
    font-size: 18px;
    color: #252525;
    line-height: 1;
}

.new-word{
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.new-date{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-p-1{
    color: #006db4;
    line-height: 1;
}

.new-span{
    color: #999;
}

.newupdate{
	height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
}

.newupdate img{
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
}

.newupdate img:hover{
    transform: scale(1.1);
}

.newupdate-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 69px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 0 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.span1{
    font-size: 18px;
}

.span2{
    color: #fff;
    opacity: .5;
}

.new-nav{
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.newnav-left{
    display: flex;
    align-items: center;
}

.newnavP{
    border-bottom: 2px solid white;
    padding: 20px;
    transition: all 0.5s;
    font-size: 18px;
    cursor: pointer;
}

.lanse{
    border-bottom: 2px solid #0c3582;
    color: #0c3582;
}

.heibai{
    border-bottom: 2px solid white;
}

.newleft-ul{
    animation: newxy 1s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@keyframes newxy{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.friend{
    background: #f8f8f8;
    padding: 80px 0;
}

.friend-container{
    overflow: hidden;
}

.friend-ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 40px;
}

.friend-li{
    width: 8%;
    text-align: center;
}

.friend-li img{
	max-width: 100%;
}

.footer{
    background: #253551;
    padding-top: 40px;
    color: rgba(255,255,255,0.7);
    padding-bottom: 30px;
}

.footer-top{
    display: flex;
    justify-content: space-between;
}

.footer-left{
    display: flex;
}

.footer-name a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
}

.footer-ul{
    margin-right: 80px;
}

.footer-ul:last-child{
    margin-right: 0;
}

.footer-li a{
    color: rgba(255,255,255,0.7);
    transition: all 0.5s;
    display: flex;
    margin-bottom: 8px;
}

.footer-li a:hover{
    color: white;
}

.footer-right{
    display: flex;
    justify-content: space-between;
}

.foter-ewm{
    text-align: center;
    color: white;
}

.foter-ewm img{
    width: 130px;
    border: 1px solid #eee;
}

.footer-sao{
    margin-top: 10px;
}

.tel-p{
    width: 200px;
    text-align: center;
    background: #ed4f1d;
    color: #fff;
    line-height: 50px;
    display: block;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.tel-word{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.tel-word img{
    margin-right: 8px;
}

.footer-bottom{
    color: rgba(255,255,255,0.5);
    margin-top: 30px;
}

.footer-bottom a{
    color: rgba(255,255,255,0.5);
}

.footer-bottom a:hover{
    color: white;
}

.footer-copys span{
    margin-right: 10px;
}

.onlines{
    width: 50px;
    height: auto;
    position: fixed;
    bottom: 150px;
    right: 0;
    z-index: 11;
}

.scroll-tops{
    width: 100%;
    height: 50px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    cursor: pointer;
}

.iphone{
    width: 200px;
    height: 50px;
    background: #0c3582;
    overflow: hidden;
    opacity: .8;
    transition: all 0.3s;
    font-size: 16px;
    color: white;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.iphone-img{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iphone:hover{
    transform: translateX(-150px);
    opacity: 1;
}

.qrcode{
    width: 50px;
    height: 50px;
    background: #0c3582;
    opacity: .8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.marb{
    margin-bottom: 1px;
}

.qrcode:hover{
    opacity: 1;
}

.qrcode-mc{
    width: 140px;
    height: 165px;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 50px;
    background: white;
    display: none;
    border: 1px solid #eee;
}

.qrcode:hover .qrcode-mc{
    display: block;
}

.qrcode-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}

.qrcode-content img{
    width: 100%;
    border: 1px solid #eee;
}

.sitemap{
	margin-top: 50px;
	width: 1000px;
}

.sitemap-p{
	width: 100%;
	height: 44px;
	border: 1px solid #e4eaec;
    position: relative;
    border-radius: 5px;
    color: #76838f;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.siteA-yi{
	color: gray;
	line-height: 0.3;
	margin-right: 20px;
}

.sitemapA{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.sitemap-ul{
	padding: 10px 0;
	padding-left: 50px;
	position: relative;
}

.sitemap-ul::before{
	width: 1px;
	height: 100%;
	background: #e4eaec;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
}

.sitemap-li{
	width: 100%;
	height: 36px;
	border: 1px solid #e4eaec;
	margin-bottom: 10px;
	position: relative;
}

.sitemap-son{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.sitemap-li::before{
	width: 7px;
	height: 7px;
	background: #e4eaec;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
}

.sitemap-li::after{
	width: 30px;
	height: 1px;
	background: #e4eaec;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}

.sitemap-ul:last-child{
	display: none;
}

.tel-word a{
	color: white;
}